home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM %%VER 3+ Drivers Installation Utility Program v2.0c
- if %mono%==y goto b&w
- ..\install\flushkey
- ..\install\check videocard
- if errorlevel 1 goto color
- :b&w
- cls
- goto contin
- :color
- ..\install\get b 31
- :contin
- type inspropt.men
-
- ..\install\echoxy 22 11 Update drivers? (y/n):
- ..\install\reply
-
- if errorlevel 122 goto inval
- if errorlevel 121 goto ins
- if errorlevel 111 goto inval
- if errorlevel 110 goto 3plus
- if errorlevel 90 goto inval
- if errorlevel 89 goto ins
- if errorlevel 79 goto inval
- if errorlevel 78 goto 3plus
- if errorlevel 59 goto help
- if errorlevel 28 goto inval
- if errorlevel 27 goto 3plus
-
- :inval
- ..\install\echoxy 22 10
- ..\install\echoxy 22 17 **** Invalid key, try again. ****
- echo
- echo
- echo.
- inspropt
-
- :help
- ..\install\echoxy 24 1
- echo.
- type 3pins.hlp
- pause
- inspropt
-
- :3plus
- 3plus
-
- :ins
- 3pinstal
-